Project information

  • Technology Used: C, Socket Programming
  • Platform: Linux Based OS (Ubuntu)
  • Project date: August 17, 2020
  • Project URL: www.github.com

Project Details

Developed an architecture to compress files, using Huffman compression Algorithm and using secure transmission over UDP Protocol. The main objectives are:

  • To establish a connection between CLIENT and SERVER using socket programming.
  • To implement compression algorithm to compress the text file.
  • To implement de-compression algorithm to de-compress the text file.
  • To calculate the compression ratio, and space saving percentage.